GET FTP FAILURE

This command will return a one if the ftp connection has failed to execute an ftp command.

  Syntax
Return Integer=GET FTP FAILURE()
  Returns

Returns a one if the ftp connection has failed to execute an ftp command

  Description

If a one was returned, you can use the GET FTP ERROR$() command to determine the actual reason for the failure.

  Example Code
ftp connect
number=get ftp failure()
ftp disconnect
  See also

FTP Commands Menu
Index